RegularExp::SearchBackward2

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:18:26 1991
Index Return to Main Contents
 

NAME

RegularExp::SearchBackward2 - instance method  

TEMPLATE

foundPosition = int SearchBackward2(char * string1, int size1, char * string2, int size2, int start, int range, RegExRegs * regs, int * nMatched)  

SPECIFIERS

public  

DESCRIPTION

Like method SearchBackward but concatenates string1 and string2 before searching.  

ARGUMENTS

char * string1

int size1

char * string2

int size2

int start

int range

RegExRegs * regs

int * nMatched

 

RETURN ARGUMENT

int foundPosition

 

CATEGORIES

implementation

 

FILES

implementation:
RegularExp.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:24 GMT, March 30, 2022